github.com/klauspost/compress/zstd.encoderState.fullFrameWritten (field)
8 uses
github.com/klauspost/compress/zstd (current package)
enc_jobs.go#L276: s.fullFrameWritten = true
enc_jobs.go#L282: s.fullFrameWritten = true
encoder.go#L58: fullFrameWritten bool
encoder.go#L151: s.fullFrameWritten = false
encoder.go#L299: s.fullFrameWritten = true
encoder.go#L315: s.fullFrameWritten = true
encoder.go#L616: if e.state.fullFrameWritten {
encoder.go#L682: if s.fullFrameWritten {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |